Try to get the instance which is mapped to the specified key.
'Declaration
Public Function TryGet( _
ByVal As String, _
ByRef As _
) As Boolean
public bool TryGet(
string ,
out
)
Parameters
- key
- The item key.
- value
- The item
Return Value
true if contains an element with the specified key; otherwise, false.